getEffectiveDateNumDataType
getEffectiveDateNumDataType
getEffectiveDateNumDataType(col: ChartColumn ) : undefined | string
Retrieves the effective date numeric data type based on the column's time bucket.
This function maps a column's
Function Parameters
col:::
- col: ChartColumn
The column to check, represented as a
Returns
undefined | string
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/utils/date-formatting.ts#L273
--